﻿.h-banner h1 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.125em;
    margin-bottom: 0.5em;
    letter-spacing: 0.05em;
    color: #07548a;
    font-size: 3em;
}

.h-banner p {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #a19999;
    font-weight: 300;
}

.sub-title {
    font-weight: 300;
    line-height: 1.125em;
    margin-bottom: 0.5em;
    letter-spacing: 0.05em;
    color: #07548a !important;
}

.input-form {
    background-color: transparent;
    width: 65%;
    float: left;
}

.input-label-large {
    font-size: large;
    color: #777;
    font-weight: bold;
}

.input-label {
    font-size: 1.6em;
    font-weight: bold;
}

.input-button {
    background-color: #F9F9F9;
    border-color: #beb8b8;
    width: 33.33%;
    height: 90px;
    padding: 10px;
    color: #6c757d;
    font-weight: bold;
    font-size: 1.5em;
}

    .input-button i {
        font-size: 2em;
    }

    .input-button.active {
        background-color: #94C120 !important;
        color: #fff !important;
        border-color: #94C120;
    }

        .input-button.active span {
            color: #fff !important;
        }

@media only screen and (min-width:1200px) {
    .input-button:hover {
        background-color: #cfcccc;
    }
}

@media only screen and (max-width: 1199px) {
    .input-button {
        font-size: 1em;
        color: #6c757d;
    }
    
    .input-button:hover {
        color: #6c757d;
        background-color: #F9F9F9;
        border-color: #beb8b8;
    }
}

.checkbox label {
    margin: 0;
    padding-left: 20px;
    font-weight: 400;
    cursor: pointer;
    font-size: larger;
    color: #777;
}

@media only screen and (min-width:801px) {
    .w-30 {
        width: 30%;
    }
}

@media only screen and (min-width:320px) {
    .w-30 {
        width: 40%;
    }
}

.btnGetQuote {
    background-color: #94c120;
    border: none;
    border-radius: 5px;
    padding: 0.35em 0.75em;
    font-family: 'Lato', 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 300ms;
}

    .btnGetQuote:hover {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
        color: #fff;
        text-decoration: none;
    }

.input-section-tooltip {
    background-color: #94C120;
    color: #fff;
}

.f-banner {
    position: inherit;
}

    .f-banner h1 {
        font-weight: 100;
        line-height: 1.125em;
        margin-bottom: 0.5em;
        letter-spacing: 0.05em;
        color: #07548a;
        font-size: x-large;
    }

    .f-banner p {
        color: #a19999;
    }

.is-invalid {
    border-color: red;
}

.invalid-feedback {
    color: red;
    font-size: 1.5em;
    margin-top: 0.25rem;
}



/* Modal styling */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    text-align: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


/* Blurring effect */
.content.blur {
    filter: blur(5px);
}

/* Rolling GIF styling */
.rolling-gif {
    width: 300px;
    height: auto;
    margin: 20px 0;
}

/* Logo styling */
.logo {
    width: 100px;
    height: auto;
    margin: 20px 0;
}

/* Tippy */
.tippy-box[data-theme~='ucompareDefault'] {
    background-color: #94C120;
    color: #fff;
}

/* Table Styling */
td {
    font-size: 1.6em;
}

    td.amount {
        font-size: 2em;
        font-weight: bold;
    }

th {
    font-size: 1.6em;
}

.table-header {
    font-size: 1.6em;
}

@media only screen and (max-width:1199px) {
    .table-row {
        background-color: #ebf1f9;
    }
}

@media only screen and (min-width:1200px) {
    .table-row {
        background-color: #fff;
    }
}

#table-body {
    font-size: 1.6em;
}

/* Text Colors */
.green {
    color: #94c120;
}

.gray {
    color: #a19999;
}

.blue {
    color: #07548a;
}

/* Text Styles */
.font-weight-bold {
    font-weight: bold;
}

.font-size-normal {
    font-size: small;
}
